home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / othergnu / texinf~1.zoo / texinfo.st / bin / texindex.man < prev    next >
Encoding:
Text File  |  1993-06-28  |  1.6 KB  |  46 lines

  1. TEXINDEX(L)          ST Programmer's Manual          TEXINDEX(L)
  2.  
  3.  
  4.  
  5. NAME
  6.      texindex - create index files from raw indices created by
  7.      TeX from the first run on texinfo file.
  8.  
  9. SYNOPSIS
  10.      texindex [ -o <name> ] [ -k ] file ...
  11.  
  12. DESCRIPTION
  13.      Running TeX typesetting program on texinfo file will usually
  14.      produce raw indices which have to be re-sorted and properly
  15.      re-formatted for an inclusion of a final run of TeX.  This
  16.      is done by texindex program.  Its input files by default
  17.      will have names with two letter suffixes so it is usually
  18.      enough to use the command in a form `texinfo *.??'.  This
  19.      will create output files with three letter suffixes derived
  20.      by adding trailing `s' and which be included in the next run
  21.      of TeX automatically.  Using non-default names may require
  22.      more work.  Giving to texindex a file which is not a raw
  23.      index is supposed to be harmless.
  24.  
  25. OPTIONS
  26.      The following options are available.
  27.  
  28.      -o <name>
  29.           store output in a named file.
  30.  
  31.      -k   keep intermediate results.
  32.  
  33. SEE ALSO
  34.      tex(l), makeinfo(l).
  35.  
  36. BUGS
  37.      When default names for input files are not used and OS does
  38.      not allow for more than three letters in file suffixes then
  39.      texinfo tries hard to be smart about derived file names but
  40.      a resulting mess may need some untangling.
  41.  
  42.      There is no check if a derived output file name does not
  43.      conflict with something already existing.  In such case it
  44.      is assumed that these are remains of the previous run of
  45.      texinfo and they will be over-written with a new output.
  46.